home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 9
/
The PC-SIG Library on CD ROM - Ninth Edition.iso
/
1201_300
/
DISK1262
/
DISK1262.ZIP
/
MOVE.BAT
< prev
next >
Wrap
DOS Batch File
|
1988-07-12
|
896b
|
48 lines
ECHO OFF
REM
ECHO Moving the Documentation files
REM
COPY DPL.DOC %1
COPY DDPL.DOC %1
COPY READ.ME %1
REM
ECHO Moving the Prepass Macro Assembler files
REM
COPY DPL.EXE %1
COPY DPL.C %1
REM
ECHO Moving the DPL Language Construction files
REM
COPY DPL %1
COPY DPL.L %1
COPY DPL.LIB %1
COPY D.BAT %1
COPY DV.BAT %1
COPY MOVE.BAT %1
COPY MOVEDEV.BAT %1
COPY CMP.BAT %1
REM
ECHO Moving the DPL Support Routine files
REM
COPY DPL.MAC %1
COPY _CRSR.D %1
COPY _DEC.D %1
COPY _DPL.D %1
COPY _DV1616.D %1
COPY _ENC.D %1
COPY _FILEIO.D %1
COPY _HSTOI.D %1
COPY _IFS.D %1
COPY _INKY.D %1
COPY _ITOBS.D %1
COPY _ITOHS.D %1
COPY _SCONCAT.D %1
COPY _STREND.D %1
REM
ECHO That's All Folks!!!...
REM